LEADTOOLS (Leadtools assembly)

CopyTo Method

Show in webframe







The one-dimensional array that is the destination of the elements copied from the current collection.
The index at which copying begins.
Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index.
Syntax
public virtual void CopyTo( 
   T[] array,
   int arrayIndex
)
'Declaration
 
Public Overridable Sub CopyTo( _
   ByVal array() As T, _
   ByVal arrayIndex As Integer _
) 
'Usage
 
Dim instance As RasterCollection(Of T)
Dim array() As T
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
public virtual void CopyTo( 
   T[] array,
   int arrayIndex
)

            

            
 function Leadtools.RasterCollection.CopyTo( 
   array ,
   arrayIndex 
)
public:
virtual void CopyTo( 
   array<T^>^ array,
   int arrayIndex
) 

Parameters

array
The one-dimensional array that is the destination of the elements copied from the current collection.
arrayIndex
The index at which copying begins.
Example
For an example, refer to RasterCollection<T>.
Requirements

Target Platforms

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.